|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Functions | |
| void | main (void) |
| void | SYSNMI_ISR (void) |
Variables | |
| uint8_t | SYSNMIflag = 0 |
| uint16_t * | ptr = 0 |
| uint16_t | Data =0 |
| void main | ( | void | ) |
Definition at line 61 of file mpu_ex2_twoSeg.c.
References __delay_cycles(), Data, MPU_disablePUCOnViolation(), MPU_enableNMIevent(), MPU_start(), ptr, and SYSNMIflag.
| void SYSNMI_ISR | ( | void | ) |
Definition at line 113 of file mpu_ex2_twoSeg.c.
References SYSNMIflag.
| uint16_t Data =0 |
Definition at line 59 of file mpu_ex2_twoSeg.c.
| uint16_t* ptr = 0 |
Definition at line 58 of file mpu_ex2_twoSeg.c.
| uint8_t SYSNMIflag = 0 |
Definition at line 57 of file mpu_ex2_twoSeg.c.
Referenced by main(), and SYSNMI_ISR().